home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / ahmfreec / _setup.1 / AHMTRtfFile.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-12-09  |  2.5 KB  |  71 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'AHMTRTFFile.pas' rev: 3.00
  6.  
  7. #ifndef AHMTRTFFileHPP
  8. #define AHMTRTFFileHPP
  9. #include <AHMFreeware.hpp>
  10. #include <Dialogs.hpp>
  11. #include <Forms.hpp>
  12. #include <Controls.hpp>
  13. #include <Graphics.hpp>
  14. #include <Classes.hpp>
  15. #include <SysUtils.hpp>
  16. #include <Messages.hpp>
  17. #include <Windows.hpp>
  18. #include <SysInit.hpp>
  19. #include <System.hpp>
  20.  
  21. //-- user supplied -----------------------------------------------------------
  22.  
  23. namespace Ahmtrtffile
  24. {
  25. //-- type declarations -------------------------------------------------------
  26. class DELPHICLASS TAHMRTFFile;
  27. class PASCALIMPLEMENTATION TAHMRTFFile : public Classes::TComponent 
  28. {
  29.     typedef Classes::TComponent inherited;
  30.     
  31. private:
  32.     Ahmfreeware::TAHMAboutFreeStr FAbout;
  33.     System::AnsiString ffile;
  34.     Classes::TStrings* ftexty;
  35.     void __fastcall SetTexty(Classes::TStrings* value);
  36.     void __fastcall GetBegin(const Classes::TStrings* XX);
  37.     System::AnsiString __fastcall GetEnd(void);
  38.     
  39. public:
  40.     __fastcall virtual TAHMRTFFile(Classes::TComponent* AOwner);
  41.     __fastcall virtual ~TAHMRTFFile(void);
  42.     bool __fastcall Execute(void);
  43.     System::AnsiString __fastcall AddFootnote(System::AnsiString xID, System::AnsiString xLabel);
  44.     System::AnsiString __fastcall AddHidden(System::AnsiString xLabel);
  45.     System::AnsiString __fastcall AddUnder(System::AnsiString xLabel);
  46.     System::AnsiString __fastcall AddDUnder(System::AnsiString xLabel);
  47.     System::AnsiString __fastcall AddKeepNext(bool xOn);
  48.     System::AnsiString __fastcall AddTab(void);
  49.     System::AnsiString __fastcall NewPage(void);
  50.     System::AnsiString __fastcall AddPlain(void);
  51.     System::AnsiString __fastcall AddFont(int xNum, int xSize);
  52.     System::AnsiString __fastcall AddEnter(void);
  53.     System::AnsiString __fastcall AddBold(bool xOn);
  54.     System::AnsiString __fastcall AddColor(bool xOn);
  55.     System::AnsiString __fastcall AddText(System::AnsiString xText);
  56.     
  57. __published:
  58.     __property Ahmfreeware::TAHMAboutFreeStr About = {read=FAbout, write=FAbout};
  59.     __property Classes::TStrings* Text = {read=ftexty, write=SetTexty};
  60.     __property System::AnsiString Filename = {read=ffile, write=ffile};
  61. };
  62.  
  63. //-- var, const, procedure ---------------------------------------------------
  64.  
  65. }    /* namespace Ahmtrtffile */
  66. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  67. using namespace Ahmtrtffile;
  68. #endif
  69. //-- end unit ----------------------------------------------------------------
  70. #endif    // AHMTRTFFile
  71.